home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Web Server / PHP.EXE / pear / DB / tests / pgsql / connect.inc < prev    next >
Encoding:
Text File  |  2001-02-19  |  87 b   |  5 lines

  1. <?php
  2. require_once "DB.php";
  3. $dbh = DB::connect("pgsql://unix+localhost/test");
  4. ?>
  5.